PasswordRecord

public final static PasswordRecord PasswordRecord(String url, String password)
public final static PasswordRecord PasswordRecord(String url, String password)

Creates a new instance of PasswordRecord with the given parameters.

Since

8.0.0

Parameters

url

The URL of the site for which the password is saved.

password

The password used to log into the site.


public final static PasswordRecord PasswordRecord(String url, String login, String password)
public final static PasswordRecord PasswordRecord(String url, String login, String password)

Creates a new instance of PasswordRecord with the given parameters.

Since

8.0.0

Parameters

url

The URL of the site for which the password is saved.

login

The username or email address used to log into the site.

password

The password used to log into the site.